home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 5815 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.5 KB

  1. Path: inforamp.net!ts26-13
  2. From: rmorin@inforamp.net (Randy Charles Morin)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Help! VC++, simple program hw to
  5. Date: Tue, 06 Feb 96 22:41:05 GMT
  6. Organization: MiddleWorld SoftWare
  7. Message-ID: <4f8l44$ffl@sam.inforamp.net>
  8. References: <4f36vj$gts@ixnews6.ix.netcom.com>
  9. NNTP-Posting-Host: ts26-13.tor.inforamp.net
  10. X-Newsreader: News Xpress Version 1.0 Beta #4
  11.  
  12. In article <4f36vj$gts@ixnews6.ix.netcom.com>,
  13.    buccis@ix.netcom.com (Dave, Lin, Jill and Dakota Bucci) wrote:
  14. >Forgive a naive question about Visual C++.  I'm a moderately
  15. >experienced c++ programmer, but cut my teeth in the Borland world, and
  16. >have only minimal Windows programming with c++.
  17. >
  18. >I now am tasked with writing what _should_ be a simple program at work
  19. >with MS VC++ (v1.5) -- user interface is a simple dialog that has no
  20. >buttons, just displays a message while working behind the scenes, then
  21. >goes away.  But I can't figure out how to do this in vc++ -- the App
  22. >Wizard keeps giving me a menu that I don't want, and modifying the
  23. >menu in App Studio doesn't get rid of the menu choices.
  24. >
  25. >Quickwin doesn't seem the way to go (it's a DOS program that kind of
  26. >gets ported into windows visually, right?).
  27. >
  28. >Any help welcome!
  29. >--------------------------------------------
  30. >Dave Bucci  buccis@ix.netcom.com
  31. >
  32.  
  33. You have to catch the window type in the App Wizard.  Somewhere in the app 
  34. wizard you specify you don't wan't a menu.  I think specifying that the main 
  35. window will be a dialog will do.
  36.  
  37. Agrivar
  38.